node{
def app
stage ("Build Image"){
bat 'cd C:/Users/trivedi2/Desktop/DEV_pipeline/DEV_Workspace'
app = docker.build("CDashboard")
}
}
This is my pipeline code for creating docker images error while running jenkins job:nohup: failed to run command 'sh': No such file or directory Can any one help me with this issue. I am using windows machine