I'm trying to kickoff a build using Jenkins Build Pipeline plugin as follows:
build 'App - App Rest API'
That job has a sbt build step that is set up like this:
The build fails to run with the following error:
[workspace] Running shell script
+ App - App Rest API about clean publish
/var/jenkins_home/jobs/Pipeline - App API/workspace@tmp/durable-a4b7f495/script.sh: line 2: App: command not found
What I don't understand is why it's trying to run the "App - App Rest API" as a command. Anyone know what's going on here?
Thanks!